@charset "UTF-8";
/*
 * @Author: 派大星
 * @Date: 2021-04-30 08:44:41
 * @LastEditors: 派大星
 * @LastEditTime: 2021-06-24 15:16:27
 * @Description: 
 */
/* ----------樣式初始化---------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, address, big, em, img, q, small, strike, strong, sub, sup, tt, var, i, dl, dt, dd, ol, ul, li, form, fieldset, label, table, caption, tbody, thead, tfoot, tr, th, td, article, aside, canvas, details, figure, figcaption, header, footer, hgroup, menu, nav, output, section, time, mark, audio, video, input, select, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: '微软雅黑', Arial;
  font-size: 14px;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*去除默认样式*/
ul, ol, li {
  list-style: none;
}

/*表格边框合并，边框距零*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*继承父元素的字体系列样式*/
input, select, textarea, button {
  font-family: inherit;
}

/*去除点击高亮效果*/
a, button, input, select, img, label {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  outline: medium none;
}

input::-moz-focus-inner {
  border: none;
  padding: 0;
}

select, input {
  vertical-align: middle;
}

/*去掉苹果的默认UI来渲染按钮*/
input[type="submit"], input[type="reset"], input[type="button"], button, select {
  -webkit-appearance: none;
}

/*placeholder文本颜色*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

/*html5标签*/
header, footer, section, article, aside, nav, figure {
  display: block;
}

/*长英文字母 数字 换行*/
p {
  word-break: break-all;
  word-wrap: break-word;
}

/*去除默认样式*/
h1, h2, h3, h4, h5, h6, strong, i, em, address, caption, cite, code, dfn, th, var {
  font-weight: normal;
  font-style: normal;
}

fieldset, img {
  border: none;
  display: block;
}

/*去除长按a链接弹框*/
html, body {
  -webkit-touch-callout: none;
}

/*浮动*/
.fl {
  float: left;
}

.fr {
  float: right;
}

/*清除浮动*/
.ft {
  zoom: 1;
}

.ft:after {
  content: "";
  display: table;
  clear: both;
  overflow: hidden;
}

/* 图片放大效果 */
.enlarge {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.enlarge:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* 字体超出不显示 */
.txton {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
}

/*字体换行超出不显示*/
.txthon {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 文字居中 */
.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.dspb {
  display: block;
}

.dspf {
  display: flex;
}

.dspn {
  display: none;
}

.pstr {
  position: relative;
}

.pten {
  pointer-events: none;
}

.open_but {
  cursor: pointer;
}

/* 屬性自定義 */
:root {
  /* 字體自定義 */
  --fz12: 12px;
  --fz13: 13px;
  --fz14: 14px;
  --fz15: 15px;
  --fz16: 16px;
  --fz18: 18px;
  --fz20: 20px;
  --fz22: 22px;
  --fz24: 24px;
  --fz26: 26px;
  --fz28: 28px;
  --fz30: 30px;
  --fz32: 32px;
  --fz34: 34px;
  /* 顏色自定義 */
  --Cb3b3b3: #b3b3b3;
  --Cfff4f1: #fff4f1;
  --Cecf6ff: #ecf6ff;
  --Cfbc91a: #fbc91a;
  --Cff6440: #ff6440;
  --C333333: #333333;
  --C000000: #000000;
  --Cf7f7f7: #f7f7f7;
  --Cffffff: #ffffff;
  --Ce5e5e5: #e5e5e5;
  --C999999: #999999;
  --C666666: #666666;
  --Ce50013: #e50013;
  --Ceb0808: #eb0808;
  --C5fa8f1: #5fa8f1;
  --Cffa28c: #ffa28c;
  --Cf0f0f0: #f0f0f0;
  --Cf6b500: #f6b500;
  --Cebebeb: #ebebeb;
  --Cb2b2b2: #b2b2b2;
  --Cd8dadb: #d8dadb;
  --Cfff0ed: #fff0ed;
  --Cf5f5f5: #f5f5f5;
  --C808080: #808080;
  --Ceeeeee: #eeeeee;
  --Ccccccc: #cccccc;
  --C4d4d4d: #4d4d4d;
  --C4c4c4c: #4c4c4c;
  --Ce6e6e6: #e6e6e6;
  --C3995f2: #3995f2;
  --Cf9f9fa: #f9f9fa;
  --Cff9880: #ff9880;
  --C9acd32: #9acd32;
  --Cff0010: #ff0010;
  --Ce9e9e9: #e9e9e9;
  --Cdcdcdc: #dcdcdc;
  --C399afd: #399afd;
  --Cff6d2c: #ff6d2c;
  --Cefefef: #efefef;
  --Cf1f1f1: #f1f1f1;
  --Cfff9f7: #fff9f7;
  --Ce8e8e8: #e8e8e8;
  --Cfafafa: #fafafa;
  --Cc1c1c1: #c1c1c1;
  --C414141: #414141;
  --C444444: #444444;
  --C292929: #292929;
  --Cfff4f2: #fff4f2;
  --C1a1a1a: #1a1a1a;
  --C77726d: #77726d;
  --Cfff2ed: #fff2ed;
  --Cf7f7fa: #f7f7fa;
  --Cffaa96: #ffaa96;
  --Cfcfcfc: #fcfcfc;
  --Cf2f2f2: #f2f2f2;
  /* 寬度自定義 */
  --width: 1200px;
  --wleft: 936px;
  --nwleft: 862px;
  --dwleft: 920px;
  --mwleft: 926px;
  --vwleft: 855px;
  --zwleft: 883px;
  --awleft: 748px;
  --rwleft: 202px;
  --wright: 246px;
  --nwright: 294px;
  --dwright: 248px;
  --vwright: 327px;
  --zwright: 280px;
  --awright: 412px;
  --rwright: 958px;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-left: 1px solid var(--Ce8e8e8);
}

::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}

::-webkit-scrollbar-track {
  background-color: var(--Cfafafa);
}

::-webkit-scrollbar-thumb {
  background: var(--Cc1c1c1);
  border-radius: 1em;
}

/* 自定義寬度 */
.In-width {
  width: var(--width);
  margin: 0 auto;
}

.In-wleft {
  width: var(--wleft);
}

.In-nwleft {
  width: var(--nwleft);
}

.In-dwleft {
  width: var(--dwleft);
}

.In-vwleft {
  width: var(--vwleft);
}

.In-zwleft {
  width: var(--zwleft);
}

.In-awleft {
  width: var(--awleft);
}

.In-mwleft {
  width: var(--mwleft);
}

.In-rwleft {
  width: var(--rwleft);
}

.In-wright {
  width: var(--wright);
}

.In-nwright {
  width: var(--nwright);
}

.In-dwright {
  width: var(--dwright);
}

.In-vwright {
  width: var(--vwright);
}

.In-zwright {
  width: var(--zwright);
}

.In-awright {
  width: var(--awright);
}

.In-rwright {
  width: var(--rwright);
}

/* 间距值 */
.In-spacing {
  margin: 18px auto;
}

.In-minspacing {
  margin: 20px auto;
}

.In-maxspacing {
  margin: 26px auto;
}

.In-nxml {
  padding: 10px 0;
}

.In-xbj {
  padding-bottom: 10px;
}

/* 字體颜色自定義 */
.C999999 {
  color: var(--C999999);
}

.C666666 {
  color: var(--C666666);
}

.Cffffff {
  color: var(--Cffffff);
}

.C4c4c4c {
  color: var(--C4c4c4c);
}

.Cb2b2b2 {
  color: var(--Cb2b2b2);
}

.Cffaa96 {
  color: var(--Cffaa96);
}

.Cfff0ed {
  color: var(--Cfff0ed);
}

.Cf5f5f5 {
  color: var(--Cf5f5f5);
}

.Cff6440 {
  color: var(--Cff6440);
}

.C333333 {
  color: var(--C333333);
}

.Ccccccc {
  color: var(--Ccccccc);
}

.C4d4d4d {
  color: var(--C4d4d4d);
}

.Cff9880 {
  color: var(--Cff9880);
}

.Cff6d2c {
  color: var(--Cff6d2c);
}

.C3995f2 {
  color: var(--C3995f2);
}

.Ce5e5e5 {
  color: var(--Ce5e5e5);
}

.C1a1a1a {
  color: var(--C1a1a1a);
}

/* 字體大小自定義 */
.fz12 {
  font-size: var(--fz12);
}

.fz13 {
  font-size: var(--fz13);
}

.fz14 {
  font-size: var(--fz14);
}

.fz15 {
  font-size: var(--fz15);
}

.fz16 {
  font-size: var(--fz16);
}

.fz18 {
  font-size: var(--fz18);
}

.fz20 {
  font-size: var(--fz20);
}

.fz22 {
  font-size: var(--fz22);
}

.fz24 {
  font-size: var(--fz24);
}

.fz26 {
  font-size: var(--fz26);
}

.fz28 {
  font-size: var(--fz28);
}

.fz30 {
  font-size: var(--fz30);
}

.fz32 {
  font-size: var(--fz32);
}

.fz34 {
  font-size: var(--fz34);
}

/* 背景顏色自定義 */
.bf7f7f7 {
  background: var(--Cf7f7f7);
}

.b333333 {
  background: var(--C333333);
}

.bffffff {
  background: var(--Cffffff);
}

.bF5F5F5 {
  background: var(--CF5F5F5);
}

.bfafafa {
  background: var(--Cfafafa);
}

.bf2f2f2 {
  background: var(--Cf2f2f2);
}

/*a链接*/
a {
  text-decoration: none;
  color: var(--C333333);
}

a:hover, a:active {
  color: var(--Cff6440);
  /*transition: all 200ms linear 100ms;*/
}

/* icon图标 */
.icon_home {
  background: url("../images/icon.png") no-repeat -40px -6px;
  width: 27px;
  height: 31px;
}

.icon_audition {
  background: url("../images/icon.png") no-repeat -40px -45px;
  width: 29px;
  height: 29px;
}

.icon_teacher {
  background: url("../images/icon.png") no-repeat -43px -82px;
  width: 21px;
  height: 31px;
}

.icon_copy {
  background: url("../images/icon.png") no-repeat -41px -121px;
  width: 25px;
  height: 27px;
}

.icon_article {
  background: url("../images/icon.png") no-repeat -41px -156px;
  width: 25px;
  height: 27px;
}

.icon_question {
  background: url("../images/icon.png") no-repeat -39px -191px;
  width: 28px;
  height: 27px;
}

.icon_we {
  background: url("../images/icon.png") no-repeat -40px -226px;
  width: 27px;
  height: 27px;
}

.icon_set {
  background: url("../images/icon.png") no-repeat -82px -29px;
  width: 16px;
  height: 16px;
}

.icon_gd {
  background: url("../images/icon.png") no-repeat -126px -6px;
  width: 6px;
  height: 10px;
  display: inline-block;
  margin-left: 2px;
}

.icon_q {
  background: url("../images/icon.png") no-repeat -120px -148px;
  width: 17px;
  height: 17px;
  margin-right: 3px;
}

a:hover > .icon_gd {
  background: url("../images/icon.png") no-repeat -135px -6px;
  width: 6px;
  height: 10px;
  display: inline-block;
  margin-left: 2px;
}

/* icon新图标 */
.icons_ss {
  background: url("../images/icon_new.png") no-repeat -20px -8px;
  width: 18px;
  height: 17px;
}

.icons_csj {
  background: url("../images/icon_new.png") no-repeat -8px -16px;
  width: 8px;
  height: 6px;
}

.icons_is {
  background: url("../images/icon_new.png") no-repeat -58px -143px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.icons_user {
  background: url("../images/icon_new.png") no-repeat -64px -168px;
  width: 20px;
  height: 22px;
}

.icons_coll {
  background: url("../images/icon_new.png") no-repeat -64px -200px;
  width: 24px;
  height: 22px;
}

.icons_order {
  background: url("../images/icon_new.png") no-repeat -64px -232px;
  width: 19px;
  height: 23px;
}

.icons_kefu {
  background: url("../images/icon_new.png") no-repeat -126px -67px;
  width: 10px;
  height: 12px;
  display: inline-block;
}

.icons_ngd {
  background: url("../images/icon_new.png") no-repeat -8px -114px;
  width: 20px;
  height: 20px;
}

.icons_w, .icons_d {
  background: url("../images/icon_new.png") no-repeat -8px -143px;
  width: 18px;
  height: 17px;
  display: inline-block;
}

.icons_d {
  background: url("../images/icon_new.png") no-repeat -32px -143px;
}

.icons_info {
  background: url(../images/icon_new.png) no-repeat -125px -362px;
  width: 13px;
  height: 16px;
  display: inline-block;
}

.icons_time {
  background: url(../images/icon_new.png) no-repeat -125px -386px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.icons_home {
  background: url(../images/icon_new.png) no-repeat -125px -410px;
  width: 14px;
  height: 16px;
  display: inline-block;
}

.icons_ck {
  background: url(../images/icon_new.png) no-repeat -272px -8px;
  width: 16px;
  height: 12px;
  display: inline-block;
}

.icons_you {
  background: url(../images/icon_new.png) no-repeat -196px -188px;
  width: 6px;
  height: 8px;
  display: inline-block;
}

.icons_timeh {
  background: url(../images/icon_new.png) no-repeat -217px -145px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.icons_ask {
  background: url(../images/icon_new.png) no-repeat -160px -224px;
  width: 26px;
  height: 28px;
  display: inline-block;
}

.icons_pen {
  background: url(../images/icon_new.png) no-repeat -160px -260px;
  width: 17px;
  height: 17px;
  display: inline-block;
}

.icon-mobile {
  background: url("../images/main-icon.png") no-repeat -26px -6px;
  width: 14px;
  height: 18px;
}

.icon-weixin {
  background: url("../images/main-icon.png") no-repeat -152px -6px;
  width: 22px;
  height: 18px;
}

.icon-nav {
  background: url("../images/main-icon.png") no-repeat -180px -6px;
  width: 18px;
  height: 18px;
}

/* css画图 */
.title_span {
  background: var(--C3995f2);
  color: var(--Cffffff);
  font-size: var(--fz12);
  padding: 2.5px 5px;
  border-radius: 2px;
  margin-left: 8px;
  position: relative;
}

.title_span::before {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  bottom: 0;
  border-left: 8px solid transparent;
  border-bottom: 7px solid var(--C3995f2);
}

/* 主体阴影 */
.In-main.shadow {
  box-shadow: 0 2px 8px -5px var(--Cb2b2b2) inset;
}

/* 面包屑 */
.In-crumbs {
  height: 35px;
  display: flex;
  align-items: center;
}

.In-crumbs a {
  max-width: 288px;
}

.In-crumbs a i {
  font-size: var(--fz12);
}

.In-crumbs a::after {
  content: "";
  margin: 0 5px;
  color: var(--C999999);
  background: url("../images/icon_new.png") no-repeat -8px -33px;
  width: 6px;
  height: 10px;
  display: inline-block;
}

.In-crumbs a:last-child::after {
  display: none;
}

/* 声明 */
.In-statement {
  margin: 20px auto;
  padding: 0 24px;
  line-height: 22px;
}

.In-statement.bf7f7f7 {
  padding: 24px;
}

/* 上下篇 */
.In-PrevNext {
  display: flex;
  align-items: center;
}

.In-PrevNext .prev, .In-PrevNext .next {
  flex: 1;
}

.In-PrevNext .prev:hover, .In-PrevNext .next:hover {
  color: var(--Cff6440);
}

.In-PrevNext .prev {
  padding-right: 15px;
}

.In-PrevNext .next {
  padding-left: 15px;
}

.In-PrevNext.mgt {
  margin-top: 30px;
}

/* 翻页 */
.In-page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 26px 0;
}

.In-page > a.btn {
  font-size: var(--fz14);
  color: var(--C666666);
  margin: 0 5px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 11px;
  background: var(--Cffffff);
  border-radius: 3px;
}

.In-page > a.btn:hover, .In-page > a.btn.active {
  background: var(--Cff6440);
  color: var(--Cffffff);
}

.In-page > a[class^="a_"] {
  width: 30px;
  height: 30px;
  background: var(--Cffffff);
  display: none;
  border-radius: 3px;
}

.In-page > a[class^="a_"].on {
  display: flex;
  align-items: center;
  justify-content: center;
}

.In-page > a[class^="a_"] .a_jiantou {
  width: 7px;
  height: 13px;
  display: inline-block;
}

.In-page > a[class^="a_"].a_left .a_jiantou {
  background: url("../images/icon_new.png") no-repeat -79px -387px;
}

.In-page > a[class^="a_"].a_right .a_jiantou {
  background: url("../images/icon_new.png") no-repeat -67px -387px;
}

.In-page > a[class^="a_"]:hover {
  background: var(--Cff6440);
}

.In-page > a[class^="a_"]:hover.a_left .a_jiantou {
  background: url("../images/icon_new.png") no-repeat -79px -408px;
}

.In-page > a[class^="a_"]:hover.a_right .a_jiantou {
  background: url("../images/icon_new.png") no-repeat -67px -408px;
}

.In-page > a.btn-ash {
  background: var(--Cf5f5f5);
}

.In-page .page-skip {
  margin-left: 28px;
  display: flex;
  align-items: center;
}

.In-page .page-skip .input {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: var(--Cffffff);
  border-radius: 3px;
  margin: 0 10px;
  font-size: var(--fz14);
  color: var(--C666666);
}

.In-page .page-skip .input.btn-ash {
  background: var(--Cf5f5f5);
}

.in_kefunews {
  width: 80px;
  position: fixed;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -120px;
  background: #1f77e7;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 101;
}

.in_kefunews img {
  border: 0;
}

.in_kefunews a.kf-btn {
  display: block;
  height: 80px;
  border-bottom: 1px solid #0058d8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 0 14px;
  text-decoration: none;
  position: relative;
}

.in_kefunews a.kf-btn .pic {
  display: block;
  width: 25px;
  height: auto;
  margin: 0 auto;
}

.in_kefunews a.kf-btn .tit {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 6px;
}

.in_kefunews a.kf-btn:last-child {
  border: 0;
}

.in_kefunews a.kf-btn .kf-tips {
  position: absolute;
  background: #ff6440;
  width: 150px;
  bottom: 50%;
  margin-bottom: -1em;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  right: 110px;
  -webkit-transform-origin: calc(100% + 2em) 50%;
  transform-origin: calc(100% + 2em) 50%;
  -webkit-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
  transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
}

.in_kefunews a.kf-btn .kf-tips::after {
  content: '';
  position: absolute;
  width: 2em;
  height: 2em;
  top: 50%;
  margin: -1em 0 0;
  background: url(../images/tooltip2.svg) no-repeat center center;
  background-size: 100%;
  left: 99%;
  -webkit-transform: scale3d(-1, 1, 1);
  transform: scale3d(-1, 1, 1);
}

.in_kefunews a.kf-btn:hover .kf-tips {
  opacity: 1;
  -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0);
  pointer-events: auto;
}

.in_kefunews a.kf-btn:hover .tit {
  color: #fcff00;
}

.in_kefunews a.zd-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 14px;
  height: 66px;
}

.in_kefunews a.zd-btn .icons_zd {
  background: url("../images/icon_new.png") no-repeat -171px -109px;
  width: 13px;
  height: 9px;
  display: inline-block;
}

/* 公用弹窗效果 */
.in_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  display: none;
}

.in_popup .popup {
  width: 620px;
  height: 381px;
  background-color: var(--Cffffff);
  border-radius: 16px;
  padding: 36px 30px;
  position: relative;
  z-index: 1001;
}

.in_popup .popup h4 {
  text-align: center;
  font-size: var(--fz30);
  color: var(--C414141);
  margin-bottom: 20px;
}

.in_popup .popup h4 .closeBox {
  position: absolute;
  top: 12px;
  right: 12px;
  background: url("../images/icon_new.png") no-repeat -256px -95px;
  width: 18px;
  height: 18px;
  display: inline-block;
  cursor: pointer;
}

.in_popup .popup .successContent {
  display: flex;
}

.in_popup .popup .successContent .successItem {
  width: 308px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.in_popup .popup .successContent .successItem.successLeft {
  position: relative;
}

.in_popup .popup .successContent .successItem.successLeft img {
  width: 159px;
  display: block;
  margin: 0 auto;
}

.in_popup .popup .successContent .successItem.successLeft:after {
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 2px;
  height: 208px;
  background: #DADADA;
}

.in_popup .popup .successContent .successItem.successLeft .successTop {
  margin-top: 22px;
  margin-bottom: 12px;
  color: var(--C444444);
  font-size: var(--fz18);
  font-weight: 600;
}

.in_popup .popup .successContent .successItem.successLeft .successBottom {
  color: var(--C292929);
  font-size: var(--fz12);
  line-height: 18px;
}

.in_popup .popup .successContent .successItem.successRight .icons_zq {
  background: url("../images/icon_new.png") no-repeat -99px -131px;
  width: 85px;
  height: 85px;
  display: inline-block;
}

.in_popup .popup .successContent .successItem.successRight .successTop {
  text-align: center;
  margin: 15px 0;
  color: var(--C444444);
  font-size: var(--fz18);
  font-weight: 600;
}

.in_popup .popup .successContent .successItem.successRight .successBottom {
  text-align: justify;
  width: 230px;
  margin: 0 auto;
  color: var(--C292929);
  font-size: var(--fz12);
  line-height: 18px;
}

.demo {
  position: relative;
}

.demo .aplayer + .demo-close {
  position: fixed;
  background: url("../images/icon_new.png") no-repeat -64px -90px;
  width: 16px;
  height: 16px;
  display: inline-block;
  z-index: 99;
  bottom: 60px;
  right: 50%;
  transform: translateX(600px);
  cursor: pointer;
}
